'Declaration
Public Overloads Function AddRubberStampAnnot( _ ByVal BorderColor As Integer, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Text As String _ ) As AnnotationRubberStamp
public AnnotationRubberStamp AddRubberStampAnnot( int BorderColor, float Left, float Top, float Width, float Height, string Text )
public function AddRubberStampAnnot( BorderColor: Integer; Left: Single; Top: Single; Width: Single; Height: Single; Text: String ): AnnotationRubberStamp;
public function AddRubberStampAnnot( BorderColor : int, Left : float, Top : float, Width : float, Height : float, Text : String ) : AnnotationRubberStamp;
public: AnnotationRubberStamp* AddRubberStampAnnot( int BorderColor, float Left, float Top, float Width, float Height, string* Text )
public: AnnotationRubberStamp^ AddRubberStampAnnot( int BorderColor, float Left, float Top, float Width, float Height, String^ Text )
Parameters
- BorderColor
- Left
- Top
- Width
- Height
- Text